Home
last modified time | relevance | path

Searched refs:uniform_size (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp1404 count_uniform_size *uniform_size = (count_uniform_size *) closure; in assign_hidden_uniform_slot_id() local
1405 unsigned hidden_uniform_start = uniform_size->num_active_uniforms - in assign_hidden_uniform_slot_id()
1406 uniform_size->num_hidden_uniforms; in assign_hidden_uniform_slot_id()
1408 uniform_size->map->put(hidden_uniform_start + hidden_id, name); in assign_hidden_uniform_slot_id()
1703 count_uniform_size uniform_size(prog->UniformHash, hiddenUniforms, in link_assign_uniform_locations() local
1715 uniform_size.start_shader(); in link_assign_uniform_locations()
1724 uniform_size.process(var); in link_assign_uniform_locations()
1727 if (uniform_size.num_shader_samplers > in link_assign_uniform_locations()
1734 if (uniform_size.num_shader_images > in link_assign_uniform_locations()
1743 sh->Program->info.num_textures = uniform_size.num_shader_samplers; in link_assign_uniform_locations()
[all …]
/external/mesa3d/src/gallium/drivers/lima/
Dlima_draw.c281 int uniform_size = MIN2(vs->uniform_size, ccb->size); in lima_pack_vs_cmd() local
283 int size = uniform_size + vs->constant_size + 32; in lima_pack_vs_cmd()
843 int uniform_size = MIN2(vs->uniform_size, ccb->size); in lima_update_gp_uniform() local
845 int size = uniform_size + vs->constant_size + 32; in lima_update_gp_uniform()
850 memcpy(vs_const_buff, ccb->buffer, uniform_size); in lima_update_gp_uniform()
852 memcpy(vs_const_buff + uniform_size, in lima_update_gp_uniform()
855 memcpy(vs_const_buff + uniform_size + 16, in lima_update_gp_uniform()
860 memcpy(vs_const_buff + uniform_size + 32, in lima_update_gp_uniform()
Dlima_context.h69 int uniform_size; member
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureStorageMultisampleGetActiveUniformTests.cpp325 glw::GLint uniform_size = 0; in iterate() local
330 &uniform_size, &uniform_type, uniform_name); in iterate()
Des31cShaderAtomicCountersTests.cpp450 GLint uniform_size, GLint uniform_offset, GLint uniform_array_stride) in CheckUniform() argument
494 if (size != uniform_size) in CheckUniform()
497 << size << " should be " << uniform_size << tcu::TestLog::EndMessage; in CheckUniform()
516 if (param != uniform_size) in CheckUniform()
520 << " should be " << uniform_size << tcu::TestLog::EndMessage; in CheckUniform()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c881 size_t uniform_size = has_uniforms ? (buf->cb[0].buffer_size) : 0; in panfrost_emit_const_buf() local
882 size_t size = sys_size + uniform_size; in panfrost_emit_const_buf()
890 if (has_uniforms && uniform_size) { in panfrost_emit_const_buf()
892 memcpy(transfer.cpu + sys_size, cpu, uniform_size); in panfrost_emit_const_buf()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dnir.c459 prog->uniform_size = nir->num_uniforms * 16; in gpir_compile_nir()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCountersTests.cpp545 GLint uniform_size, GLint uniform_offset, GLint uniform_array_stride, GLuint buffer_index) in CheckUniform() argument
597 if (size != uniform_size) in CheckUniform()
600 << size << " should be " << uniform_size << tcu::TestLog::EndMessage; in CheckUniform()
619 if (param != uniform_size) in CheckUniform()
623 << " should be " << uniform_size << tcu::TestLog::EndMessage; in CheckUniform()