Searched refs:ubo_block (Results 1 – 9 of 9) sorted by relevance
/external/deqp-deps/glslang/Test/baseResults/ |
D | reflection.linked.options.out | 4 ubo_block.unused_uniform: offset 0, type 1406, size 1, index 0, binding -1, stages 0 5 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17 6 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 1 7 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16 10 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
|
D | reflection.linked.out | 4 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17 5 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 17 6 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16 9 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/ |
D | reflection.linked.options.out | 4 ubo_block.unused_uniform: offset 0, type 1406, size 1, index 0, binding -1, stages 0 5 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17 6 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 1 7 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16 10 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
|
D | reflection.linked.out | 4 ubo_block.shared_uniform: offset 4, type 1406, size 1, index 0, binding -1, stages 17 5 ubo_block.vsonly_uniform: offset 8, type 1406, size 1, index 0, binding -1, stages 17 6 ubo_block.fsonly_uniform: offset 12, type 1406, size 1, index 0, binding -1, stages 16 9 ubo_block: offset -1, type ffffffff, size 16, index 0, binding 0, stages 17, numMembers 4
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | reflection.linked.frag | 3 layout(binding = 0, std140) uniform ubo_block {
|
D | reflection.linked.vert | 3 layout(binding = 0, std140) uniform ubo_block {
|
/external/deqp-deps/glslang/Test/ |
D | reflection.linked.frag | 3 layout(binding = 0, std140) uniform ubo_block {
|
D | reflection.linked.vert | 3 layout(binding = 0, std140) uniform ubo_block {
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_nir.cpp | 4561 const unsigned ubo_block = nir_src_as_uint(instr->src[0]); in nir_emit_intrinsic() local 4567 if (range->block == ubo_block && in nir_emit_intrinsic()
|