Searched refs:packed2 (Results 1 – 5 of 5) sorted by relevance
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | hlsl.partialFlattenLocal.vert | 24 Packed packed2 = packed; 26 return pos + float4(packed2.pos[0], 0);
|
/external/deqp-deps/glslang/Test/ |
D | hlsl.partialFlattenLocal.vert | 24 Packed packed2 = packed; 26 return pos + float4(packed2.pos[0], 0);
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | hlsl.partialFlattenLocal.vert.out | 89 0:24 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-component … 97 0:26 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-comp… 209 0:24 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-component … 217 0:26 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-comp… 260 Name 72 "packed2" 326 72(packed2): 23(ptr) Variable Function 370 Store 72(packed2) 73 372 75: 34(ptr) AccessChain 72(packed2) 31 25
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | hlsl.partialFlattenLocal.vert.out | 89 0:24 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-component … 97 0:26 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-comp… 209 0:24 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-component … 217 0:26 'packed2' ( temp structure{ temp texture2D tex, temp 3-element array of 3-comp… 260 Name 72 "packed2" 326 72(packed2): 23(ptr) Variable Function 370 Store 72(packed2) 73 372 75: 34(ptr) AccessChain 72(packed2) 31 25
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_sample_soa.c | 4078 LLVMValueRef packed = rgba_in[0], packed2 = rgba2_in[0]; in lp_build_do_atomic_soa() local 4093 …LLVMValueRef cas_src_ptr = LLVMBuildExtractElement(gallivm->builder, packed2, loop_state.counter, … in lp_build_do_atomic_soa()
|