Home
last modified time | relevance | path

Searched refs:coord (Results 1 – 21 of 21) sorted by relevance

/llvm-project-15.0.7/libclc/r600/lib/image/
H A Dwrite_image_impl.ll15 <2 x i32> %coord, <4 x i32> %color) #0 {
18 %e0 = extractelement <2 x i32> %coord, i32 0
19 %e1 = extractelement <2 x i32> %coord, i32 1
20 %coord.0 = insertelement <4 x i32> undef, i32 %e0, i32 0
21 %coord.1 = insertelement <4 x i32> %coord.0, i32 %e1, i32 1
22 %coord.2 = insertelement <4 x i32> %coord.1, i32 0, i32 2
23 %coord.3 = insertelement <4 x i32> %coord.2, i32 0, i32 3
37 <2 x i32> %coord, <4 x i32> %color) #0 {
40 <2 x i32> %coord, <4 x i32> %color)
46 <2 x i32> %coord, <4 x float> %color) #0 {
[all …]
H A Dread_imagef.cl6 int2 coord) {
7 float2 coord_float = (float2)(coord.x, coord.y);
12 float2 coord) {
13 return __clc_read_imagef_tex(image, sampler, coord);
H A Dread_imageui.cl14 int2 coord) {
15 float2 coord_float = (float2)(coord.x, coord.y);
20 float2 coord) {
22 __clc_read_imagef_tex(image, sampler, coord));
H A Dread_imagei.cl14 int2 coord) {
15 float2 coord_float = (float2)(coord.x, coord.y);
20 float2 coord) {
22 __clc_read_imagef_tex(image, sampler, coord));
H A Dwrite_imagei.cl3 _CLC_DECL void __clc_write_imagei_2d(image2d_t image, int2 coord, int4 color);
6 write_imagei(image2d_t image, int2 coord, int4 color)
8 __clc_write_imagei_2d(image, coord, color);
H A Dwrite_imageui.cl3 _CLC_DECL void __clc_write_imageui_2d(image2d_t image, int2 coord, uint4 color);
6 write_imageui(image2d_t image, int2 coord, uint4 color)
8 __clc_write_imageui_2d(image, coord, color);
H A Dwrite_imagef.cl3 _CLC_DECL void __clc_write_imagef_2d(image2d_t image, int2 coord, float4 color);
6 write_imagef(image2d_t image, int2 coord, float4 color)
8 __clc_write_imagef_2d(image, coord, color);
H A Dread_image_impl.ll23 i32 %sampler, <2 x float> %coord) alwaysinline {
25 %coord_v4 = call <4 x float> @__clc_v4f_from_v2f(<2 x float> %coord)
/llvm-project-15.0.7/libclc/generic/include/clc/image/
H A Dimage.h19 write_imagef(image2d_t image, int2 coord, float4 color);
21 write_imagei(image2d_t image, int2 coord, int4 color);
23 write_imageui(image2d_t image, int2 coord, uint4 color);
26 read_imagef(image2d_t image, sampler_t sampler, int2 coord);
28 read_imagef(image2d_t image, sampler_t sampler, float2 coord);
30 read_imagei(image2d_t image, sampler_t sampler, int2 coord);
32 read_imagei(image2d_t image, sampler_t sampler, float2 coord);
34 read_imageui(image2d_t image, sampler_t sampler, int2 coord);
36 read_imageui(image2d_t image, sampler_t sampler, float2 coord);
/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVInstrInfo.td254 (ins TYPE:$resType, ID:$image, ID:$coord, ID:$sample),
304 (ins TYPE:$type, ID:$sampledImage, ID:$coord, variable_ops),
332 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
333 "$res = OpImageFetch $type $image $coord">;
342 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
343 "$res = OpImageRead $type $image $coord">;
345 "OpImageWrite $image $coord $texel">;
385 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
386 "$res = OpImageSparseFetch $type $image $coord">;
397 (ins TYPE:$type, ID:$image, ID:$coord, variable_ops),
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp464 return get_index(0, coord.x) && get_index(1, coord.y) && in ParseCoordinate()
3628 coord.x = (uint32_t)x; in GetKernelCoordinate()
3629 coord.y = (uint32_t)y; in GetKernelCoordinate()
3630 coord.z = (uint32_t)z; in GetKernelCoordinate()
3697 coord.x, coord.y, coord.z); in SetConditional()
3732 if (coord) in PlaceBreakpointOnKernel()
3793 if (coord) in PlaceBreakpointOnReduction()
4100 m_coord = coord; in SetOptionValue()
4251 m_coord = coord; in SetOptionValue()
4393 RSCoordinate coord{}; in DoExecute() local
[all …]
H A DRenderScriptRuntime.h416 static bool GetKernelCoordinate(lldb_renderscript::RSCoordinate &coord,
547 const lldb_renderscript::RSCoordinate &coord);
/llvm-project-15.0.7/lldb/source/Core/
H A DIOHandler.cpp636 COORD coord = screen_buffer_info.dwCursorPosition; in PrintAsync() local
637 coord.X -= strlen(prompt); in PrintAsync()
638 if (coord.X < 0) in PrintAsync()
639 coord.X = 0; in PrintAsync()
640 SetConsoleCursorPosition(console_handle, coord); in PrintAsync()
/llvm-project-15.0.7/llvm/test/Transforms/GVNHoist/
H A Dhoist.ll551 define void @hoistStores(%struct.foo* %s, i32* %coord, i1 zeroext %delta) {
564 %2 = load i32, i32* %coord, align 4
566 store i32 %add, i32* %coord, align 4
576 %5 = load i32, i32* %coord, align 4
578 store i32 %add4, i32* %coord, align 4
585 %8 = load i32, i32* %coord, align 4
587 store i32 %add8, i32* %coord, align 4
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DSimplex.cpp1600 for (const Fraction &coord : rationalSample) { in getSamplePointIfIntegral() local
1602 if (coord.num % coord.den != 0) in getSamplePointIfIntegral()
1604 integerSample.push_back(coord.num / coord.den); in getSamplePointIfIntegral()
/llvm-project-15.0.7/llvm/test/tools/llvm-rc/
H A Dtag-dialog.test639 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-large-coord.rc 2>&1 | FileCheck %s…
645 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-large-coord-neg.rc 2>&1 | FileChec…
663 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-coord.rc 2>&1 | FileChec…
670 ; RUN: not llvm-rc -no-preprocess /FO %t -- %p/Inputs/tag-dialog-ctl-large-coord-neg.rc 2>&1 | File…
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Damdpal.ll68 …s(i32 inreg, i32 inreg, i32 inreg, <3 x i32> inreg, i32 inreg, <3 x i32> %coord, <2 x i32> %in, i3…
H A Dllvm.amdgcn.wqm.demote.ll284 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
409 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
418 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
535 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
552 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
649 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
H A Dwqm.ll1376 …2(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, <3 x i32> %idx, <2 x float> %data, i32 %coord) {
1455 %coord.IF = mul i32 %coord, 3
1459 %coord.ELSE = mul i32 %coord, 4
1463 %coord.END = phi i32 [ %coord.IF, %IF ], [ %coord.ELSE, %ELSE ]
1464 %coord.END.bc = bitcast i32 %coord.END to float
1470 …oat @test_control_flow_3(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %coord) {
1539 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
1562 …st_control_flow_4(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, float %coord, i32 %y, float %z)…
1619 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
1692 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
[all …]
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/GlobalISel/
H A Dllvm.amdgcn.wqm.demote.ll283 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
408 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
417 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
534 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
551 …i32> inreg %rsrc, <4 x i32> inreg %sampler, i32 %idx, float %data, float %coord, float %coord2, fl…
648 …%tex = call <4 x float> @llvm.amdgcn.image.sample.1d.v4f32.f32(i32 15, float %coord, <8 x i32> %rs…
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1502 mlir::DenseIntElementsAttr &coord) { in parseCustomRangeSubscript() argument
1519 coord = mlir::Builder(parser.getContext()).getIndexTensorAttr(zippedBounds); in parseCustomRangeSubscript()
1525 mlir::DenseIntElementsAttr coord) { in printCustomRangeSubscript() argument
1527 auto enumerate = llvm::enumerate(coord.getValues<std::int64_t>()); in printCustomRangeSubscript()